CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - thread linux

搜索资源列表

  1. kingate-1.6.tar

    0下载:
  2. kingate是一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类unix,还有windows(最新版本要求nt 4.0以上)操作系统上 kingate是一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 kingate还支持tcp端口映射,可以实现别人访问你的内网主机。-kingate is an agent server,
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:225105
    • 提供者:none
  1. ThreadMigrate

    0下载:
  2. 封装win32和POSIX线程API。从而能够使得多线程程序能够方便在windows和linux平台移植。 压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。 windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。 该版本只支持下列API: 线程创建,清除。 互斥量操作。 等待其他线程。-Packaging and POSIX threads API. I
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2685
    • 提供者:曹京
  1. ipv6ping

    0下载:
  2. linux下 ipv6协议 ping程序 最多运行50线程 2.每个线程发送4个ICMP6包后开始接收 3.试验程序,多线程结构安排不一定合理,待试验后进一步修改 4.在终端./pingipv6 IP1 1P2......即可运行程序 5.为单源文件,没写make,编译命令为: gcc -Wall -o pingipv6 pingipv6.c -lpthread -ipv6 agreement under the most ping process two thr
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3030
    • 提供者:时柏营
  1. func

    0下载:
  2. linux 下的进程同步 利用线程控制函数进行线程同步 主要利用信号-the use of thread synchronization process control function for the main thread synchronization signal
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3395
    • 提供者:特殊台
  1. mult_thread

    0下载:
  2. 多线程编程实例,内设有若干多线程操作方法,学习LINUX中线程属性的设置。-multithreaded programming examples, there are a number of multi-threaded operating methods, learning Linux thread attribute set.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4106
    • 提供者:baiyu
  1. linux_threads

    0下载:
  2. linux下线程的创建、管理,以及进程间的mutexpool,很好用的源码-under linux thread creation, management and the process of mutexpool good use of FOSS
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:29492
    • 提供者:阿朗
  1. 12315646Linux

    0下载:
  2. 这是关于Linux下有关线程以及相关编程的一些文章,喜欢Linux的朋友可以看看。-This is on the Linux thread programming and related articles, like Linux friends can see.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:627631
    • 提供者:周颖
  1. easelib

    0下载:
  2. 这是本人在Linux下开发经常使用的一组C++工具类,包括了Socket类、TCP服务类、UDP服务类、Mysql数据库操作类、日志类、配置文件解析类、日期时间操作类、MD5和Base64加解密类、线程和线程池类、XML文件解析类等-this is my development in Linux are frequently used by a group C Tools categories, including the Socket class. TCP services category,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:69689
    • 提供者:刘忠
  1. miniweb-0.8.19

    0下载:
  2. MiniWeb是一个针对嵌入式应用而开发的微型Web Server,它占用资源少,工作效率高,可移植性好,使用C语言编写,可以单线程服务多个用户,支持动态页面生成和页面变量替换等动态Web技术,可作为静态库或动态库内嵌于其他软件中,也可作为独立的Web server运行在Windows和Linux上。-MiniWeb was an embedded application and development of the micro-Web Server, It occupied less reso
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:49760
    • 提供者:justgo
  1. mylibsrc

    0下载:
  2. 一个线程池的例子 运行环境linux,主要实现了线程的预先创建等 通过该例子可以学到怎样预先创建出一些线程-a thread pool example Linux operating environment. main thread of the advance through the creation of such examples can learn how to create some advance Thread
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:15085
    • 提供者:kevert
  1. C_Programming_Of_Linux

    0下载:
  2. 包括: 1)Linux程序设计入门--基础知识 2)Linux程序设计入门--进程介绍 3)Linux程序设计入门--文件操作 4)Linux程序设计入门--时间概念 5)Linux程序设计入门--信号处理 6)Linux程序设计入门--消息管理 7)Linux程序设计入门--线程操作 8)Linux程序设计入门--网络编程 9)Linux下C开发工具介绍 -include : 1) Linux program design porta
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:36677
    • 提供者:jackeyer
  1. linuxpool

    0下载:
  2. Linux 下的线程池的源代码。很好用!-Linux under the thread pool source. Good use!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:811416
    • 提供者:罗成
  1. pthreadsdll

    0下载:
  2. 附件是linux下面非常经典的线程库,如果你要做多线程编程,读写文件或其他共享资源,这个包很有用-Annex linux Below is a very classic Thread Library, if you do multithreaded programming, read and write documents or other shared resources, this useful package
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:249909
    • 提供者:Edgard
  1. linux_process_and_thread

    0下载:
  2. Linux process and thread programming
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-18
    • 文件大小:182284
    • 提供者:XD
  1. Rhapsody-0.1.8.tar

    0下载:
  2. sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:252502
    • 提供者:林绍川
  1. pthread_pool

    0下载:
  2. 线程池组成 1)线程管理器: 2)工作线程: 3)任务接口: 4)任务队列:(Thread pool composition 1) thread manager: 2) worker threads: 3) task interface: 4) task queue:)
  3. 所属分类:Linux/Unix编程

  1. newproject

    0下载:
  2. 实现网络数据收发,串口数据收发,线程的创建使用,文件操作,链表操作(To achieve network data transceiver, serial data transceiver, thread creation, use, file operation, linked list operation)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-02
    • 文件大小:118784
    • 提供者:心碎无尘
  1. pthread

    0下载:
  2. linux下支持多线程并发任务,线程池代码(Support multithreading concurrent tasks under Linux, thread pool code)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:songxy
  1. rpe_tools-master

    0下载:
  2. Simplistic OO development toolkit for things like threaded objects, one-shot threaded objects (Launched as a thread, self-destructs and cleans up on completion), and the like. Developed by Rocking Penguin Entertainment for their own projects...makes
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-20
    • 文件大小:35840
    • 提供者:darkelf42
  1. week06实验

    0下载:
  2. 线程编写,各种各样的LINUX下的线程使用方法,超好用的,绝对能帮上忙(thread and a lot of kinds of methods in LINUX)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-01
    • 文件大小:527360
    • 提供者:miaomiaomiaoA
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 23 »
搜珍网 www.dssz.com